home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1998 August
/
PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso
/
full
/
nt
/
MSSql
/
I386
/
sqlx86.exe
/
PTK
/
VBSQL
/
VBQUERY.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-04-03
|
365 b
|
16 lines
Rem These handle the SQL Server connection for this application
' Declare SqlConn as Integer in VBWin, Long in VBDOS
Global SqlConn As Integer
Global DBLIB_VERSION$
Global PrimaryWindowTitle$
Global ServerName$
Global LoginID$
Global Password$
Global DatabaseName$
Global SQLStatus%
Global Const LoginTimeout% = 30
Global Const QueryTimeout% = 60